home *** CD-ROM | disk | FTP | other *** search
- //<script language=javascript>
- // +++++++++++++++++++++
- function funcNavigate()
- {
- var FeV = document.objNavigation.txtSortBy[document.objNavigation.txtSortBy.selectedIndex].value;
- if (FeV!='')
- {
- parent.pcw_content_toc.location.href="../index/"+FeV+".htm";
- }
- }
-
- // +++++++++++++++++++++
- function startSearch()
- {
- document.objNavigation.txtSortBy.selectedIndex=0;
- top.SetKeyword(document.objNavigation.txtSearch.value);
- parent.pcw_content_toc.location.href="../index/toc_searchresults.htm";
- document.objNavigation.txtSearch.select();
- }
- //</script>